section.counter-section table {
		border-collapse:collapse;
		width:100%;
		margin-top:25px;
	}
	
	
	section.counter-section table tr th {
		padding:5px;
		background:#e84a27;
		color:#ffffff;
		font-weight:bold;
		font-size:1.2em;
		text-align:left;
		text-transform:uppercase;
		border-bottom:1px solid #ffffff;
		font-family: 'Poppins', sans-serif;
	}
	
	section.counter-section table tr td {
		padding:5px;
		border-bottom:1px solid #ffffff;
		font-family: 'Poppins', sans-serif;
		color:#ffffff;
		font-size:1.2em;
	}
	
	section.counter-section table {
		border-collapse:collapse;
		width:100%;
	}
	
	.sticky-top{
	top:0px;
	z-index:1;
}
	
	.sidebar-page-container table tr th {
		padding:5px;
		background:#e84a27;
		color:#ffffff;
		font-weight:bold;
		text-align:left;
		border:1px solid #a5acaf;
		font-family: 'Poppins', sans-serif;
	}
	
	.sidebar-page-container table tr td {
		padding:5px;
		border:1px solid #a5acaf;
		font-family: 'Poppins', sans-serif;
	}
	
	.sidebar-page-container {
		background-color:#ffffff !important;
		color:#13294b;
		padding: 0px 0px !important;
	}
	
	.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:0px;
}

.sidebar-page-container .sidebar-side .sidebar-inner.padding-right{
	padding-right:0px;
}

.sidebar-page-container .sidebar-side .sidebar-inner.padding-left{
	padding-left:0px;
}
	
	.content-side {
		padding:55px;
	}

.awards p {
	padding-top:15px;
	font-size:.9em;
	line-height:1.1em;
	text-transform:uppercase;
}

.awards a {
	margin-top:10px;
	color:#e84a27;
}

.btn-style-one {
    display: block;
    margin-left: auto;
    margin-right: auto;
	position: relative;
	text-align:center;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    cursor: pointer;
    padding: 14px 46px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 0px;
    text-transform: uppercase;
	background-color:#e84a27 !important;
    border: 2px solid rgba(19,41,75,0.20);
    font-family: 'Poppins', sans-serif;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.btn-style-one a {
	color:#ffffff !important;
}

.btn-style-one a:hover {
	color:#e84a27 !important;
}

.btn-style-one:hover {
	background-color:#13294b !important;
	border:2px solid #e84a27 !important;
	color:#e84a27 !important;
}

.counter-section h5 {
	color:#ffffff;
	text-transform:uppercase;
}

.awards .sec-title h2 {
    color: #13294b;
}

.awards .sec-title h2 span {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #13294b;
}

.testimonial-block .inner-box .text {
    font-size: 24px;
    line-height: 1.4em;
}

.closer-section {
	background:#13294b;
	padding-bottom:120px;
}

.closer-section .sec-title h2 {
	padding-top:80px;
}

.testimonial-section {
    position: relative;
    padding: 30px 0px 120px;
}

.quote-left, .quote-right {
    font-family: 'MonumentExtended-Ultrabold';
}

.page-title .btns-box {
	padding-top:25px;
	width:35%;
	text-align:center;
	margin:auto;
}

@media only screen and (max-width: 600px) {
  .page-title .btns-box {
	width:60%;
}
}
